/*å¤´éƒ¨å¼€å§‹********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

html,
body {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Arial, SimSun, Tahoma, Geneva, sans-serif;
  background: #fff;
  color: #313131;
  margin: 0;
  padding: 0;
}

.hide-x,
.hide-i,
.hide-l,
.hide-o {}

.ishow-x,
.ishow-i,
.ishow-l,
.ishow-o {
  display: none;
}

.point {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/* slideé»˜è®¤css */
.slideBox .bd {
  overflow: hidden;
}

/*å¯¼èˆªç‚¹æ ·å¼*/
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 12px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}

.slideBox .hd ul li {
  float: left;
  margin: 0 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  background: #4387dd;
}

/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 40px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-size: 100% 100% !important;
}

.slideBox .prev {
  left: 10px;
  background: url(arrows_left.png) no-repeat center center;
}

.slideBox .next {
  right: 10px;
  background: url(arrows_right.png) no-repeat center center;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/*é¡¶éƒ¨logo----------------------------------------------*/
.top_logo {
  background: url(top_nav_bg.jpg) no-repeat bottom center;
  background-size: cover !important;
}

.top_logo .header_top {
  padding: 140px 0;
  position: relative;
}

.top_logo .header_top .tips {
  position: absolute;
  top: 16px\0;
  right: 0px;
  background: #2370b5;
  color: #fff;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  z-index: 100;
}

:root .top_logo .header_top .tips {
  top: 0px;
}

.top_logo .tips i,
.top_logo .tips a {
  height: 40px;
  line-height: 40px;
  float: left;
}

.top_logo .tips a.yy1 {
  padding-left: 15px;
}

.top_logo .tips a.yy2 {
  padding-right: 15px;
}

.top_logo .tips i {
  margin: 0 10px;
}

.top_logo .tips .tips_icon {
  width: 55px;
  height: 40px;
  border-left: 1px solid #0066b1;
}

.top_logo .tips .tips_icon1 {
  background: url(tips_icon1.png) no-repeat center center;
}

.top_logo .tips .tips_icon2 {
  background: url(tips_icon2.png) no-repeat center center;
}

.top_logo .tips .tips_icon3 {
  background: url(tips_icon3.png) no-repeat center center;
}

.top_logo .tips .span_hover {
  position: relative;
}

.top_logo .tips .span_hover img {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 110px;
  height: 110px;
  display: none;
}

.top_logo .tips .span_hover:hover img {
  display: block;
}

.top_logo .curr_time {
  position: absolute;
  top: 16px \0;
  left: 0;
  color: #fff;
  font-size: 20px;
}

:root .top_logo .curr_time {
  top: 8px;
}

.top_logo .curr_time i {
  padding: 5px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #3992cb;
}

.top_logo .curr_time span {
  padding: 5px 6px;
}


.top_logo .header_top {
  text-align: center;
}

.top_logo .header_top .logo img {
  width: 60px;
  height: 55px;
  margin-right: 20px;
}

.top_logo .logo .logo_name {
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.top_logo .logo .logo_name .i1 {
  letter-spacing: 4px;
  font-size: 34px;
  display: block;
}

.top_logo .logo .logo_name .i2 {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-top: 4px;
}


input::-webkit-input-placeholder {
  color: #888888;
}

input::-moz-placeholder {
  color: #888888;
}

input:-ms-input-placeholder {
  color: #888888;
}

/*æœç´¢æ¡†â€”-------------------------------------*/
.top_logo .search_box {
  text-align: left;
  width: 280px;
  background: #1485e5;
  border: 1px solid #1485e5;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -16px\0;
}

:root .top_logo .search_box {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_logo .search_box .search {
  width: calc(100% - 120px);
  background: #fff;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top_logo .search_box .search_btn {
  position: absolute;
  top: -1px;
  right: 1px;
  width: 120px;
  height: 32px;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(search_icon.png) no-repeat 30px 8px;
  color: #fff;
}


/*å¯¼èˆªæ¡-----------------------------------*/
.top_nav {
  width: 100%;
  background: #1590e7;
  color: #fff;
}

.top_nav .nav_list {
  font-size: 0
}

.top_nav .nav_list li {
  display: inline-block;
  width: 16.66%;
  font-size: 0;
  position: relative;
}

.top_nav .nav_list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 48px;
  background: url(top_nav_icon.png) no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_nav .nav_list li:last-of-type:before {
  display: none;
}

.top_nav .nav_list li>a {
  font-size: 20px;
  line-height: 60px;
  width: 100%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.top_nav .nav_list li>a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top_nav .nav_list li:hover a,
.top_nav .nav_list li.on>a {
  font-weight: 700;
  font-size: 24px;
}

.top_nav .nav_list li:hover a:after,
.top_nav .nav_list li.on>a:after {
  display: block;
}

.top_nav .nav_list li ul {
  display: none;
  position: absolute;
  top: 61px;
  background: #fff;
  z-index: 10;
  height: 60px;
}

.top_nav .nav_list li:hover ul {
  display: block;
}

.top_nav .nav_list li:hover ul li {
  color: #1590e7;
  width: auto;
  padding: 0 10px;
}

.top_nav .nav_list li:hover ul li>a {
  font-size: 16px;
}

.top_nav .nav_list li:hover ul li>a:after {
  border-bottom-color: transparent;
}

.top_nav .nav_list .sec-box1 {
  width: 1200px;
  left: -200px;
}

.top_nav .nav_list .sec-box2 {
  left: -400px;
  width: 880px;
  padding-left: 320px
}

.top_nav .nav_list .sec-box3 {
  width: 780px;
  left: -600px;
  padding-left: 420px
}

.top_nav .nav_list .sec-box4 {
  width: 1200px;
  left: -800px;
  text-align: right;
}

.top_nav .nav_list .sec-box5 {
  width: 1200px;
  left: -1000px;
  text-align: right;
}

/*å†…å®¹åŒº----------------------------*/
.viewport {
  background: -ms-linear-gradient(to bottom, #85c9ff, #f2f9ff);
  background: -webkit-linear-gradient(to bottom, #85c9ff, #f2f9ff);
  background: -o-linear-gradient(to bottom, #85c9ff, #f2f9ff);
  background: -moz-linear-gradient(to bottom, #85c9ff, #f2f9ff);
  background: linear-gradient(to bottom, #85c9ff, #f2f9ff);
}

.white_bg {
  background: #fff;
  padding: 30px 20px;
}

/*å¤§æ ‡é¢˜*/
.title_box {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.title_box>a:first-child {
  color: #1590e7;
  font-size: 24px;
  text-align: center;
  padding: 0 20px 10px;
  position: relative;
}

.title_box>a:first-child :before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1590e7;
  content: "";
  display: block;
}

.ssjgsl {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #313131;
  line-height: 40px;
  padding-right: 26px;
}

.sec4_zhuan .title_box,
.sec3_zheng .title_box {
  text-align: center;
}

.sec3_zheng .title_box {
  text-align: left;
  width: 696px;
}

.zheng_left_list {
  background: url(gxjlineImg_03.jpg) no-repeat;
  background-position-y: 122px;
}

.zheng_right_ul {
  margin-top: -44px;
}

.zheng_right_ul li {
  margin-bottom: 40px;
}

/*æ–°é—»åŠ¨æ€-----------------------------------*/
.sec1_news .news_left_img {
  width: 50%;
}

.sec1_news .news_right_item {
  width: 47.83%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sec1_news .news_left_img {
  height: 440px;
}

/*é¦–é¡µå·¦ä¾§è½®æ’­å›¾æ–°é—»*/
.slideBox_new {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.slideBox_new .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox_new_ul {
  width: 100%;
  height: 100%;
}

.slideBox_new_ul li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  font-size: 0;
}

.slideBox_new_ul li a {
  width: 100%;
  height: 100%;
}

.slideBox_new_ul li .img_con {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% 100% !important;
}

.slideBox_new_ul li .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 160px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .41);
}

/*é»˜è®¤æ–°é—»åˆ—è¡¨*/
.news_list {}

.news_list li {
  font-size: 0;
  position: relative;
}

.news_list li a {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-right: 100px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news_list li a:before {
  width: 7px;
  height: 7px;
  background: url(dot_icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_list li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 14px;
  padding-right: 20px;
}

.news_list li:hover a,
.news_list li:hover .time {
  color: #1590e7;
}

/*é¦–é¡µåˆ‡æ¢å¯¼èˆª*/

.news_menu {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid #dadada;
}

.news_menu a {
  color: #1590e7;
  font-size: 18px;
  text-align: center;
  padding: 0 6px 10px;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 15px;
}

.news_menu a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
  background: transparent;
  content: "";
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news_menu a.on {
  color: #1590e7;
}

.news_menu a.on:before {
  background: #1590e7;
}

.news_detail .news_list {
  display: none;
}

.news_detail .news_list.active {
  display: block;
  min-height: 180px;
}

/*é¦–é¡µç¬¬äºŒéƒ¨åˆ†-å¹¿å‘Šä½*/
.sec2_img {
  margin: 15px 0;
}

.advert_ul li {
  float: left;
  height: 104px;
}

.advert_ul li.li1 {
  width: 50%;
}

.advert_ul li:first-of-type {
  width: 50%;

}

.advert_ul li.li2 {
  width: 47.83%;
  float: right;
}

.advert_ul li:nth-of-type(2n) {
  width: 47.83%;
  float: right;
}

.advert_ul li a {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

/*é¦–é¡µç¬¬ä¸‰éƒ¨åˆ†-æ”¿åŠ¡å…¬å¼€*/
.zheng_left_list {
  width: 60%;
}

.zheng_left_list li {
  float: left;
  width: 18.88%;
  height: 107px;
  margin-right: 1.4%;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.zheng_left_list li.li5 {
  margin-right: 0\0;
}

.zheng_left_list li:nth-of-type(5n) {
  margin-right: 0;
}

.zheng_left_list li a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 13px;
}

.zheng_left_list li .img_con {
  width: 100%;
  height: 51px;
  position: relative;
  margin-bottom: 10px;
}

.zheng_left_list li img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px\0;
  margin-left: -20px\0;
}

:root .zheng_left_list li img {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zheng_right_ul {
  width: 39%;
}

.zheng_right_ul li {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 10px;
  font-size: 0;
}

.zheng_right_ul li.li2 {
  margin-right: 0\0;
}

.zheng_right_ul li:nth-of-type(2n) {
  margin-right: 0;
}

.zheng_right_ul li a {
  width: 100%;
  padding-top: 63%;
  background-size: cover !important;
}



/*é¦–é¡µç¬¬å››éƒ¨åˆ† ä¸“é¢˜ä¸“æ */
.sec4_zhuan {}

.zhuan_con {
  background: #f7f7f7;
  padding: 14px 58px;
  position: relative;
}

/*ä¸“é¢˜ä¸“æ è½®æ’­å›¾æ ·å¼---------------*/
.slideBox_img .bd ul li {
  margin: 0 8px;
  float: left;
  display: inline-block;
}

.slideBox_img li a,
.slideBox_img li img {
  width: 258px;
  height: 90px;
}

.slideBox .prev,
.slideBox .next {
  top: 52%;
  margin-top: -20px\0;
  height: 50px;
}

:root .slideBox .prev,
.slideBox .next {
  margin: 0;
}

.slideBox_img .next {
  right: 15px;
  cursor: pointer;
}

.slideBox_img .prev {
  left: 15px;
  cursor: pointer;
}

/*é¦–é¡µç¬¬äº”éƒ¨åˆ†-æ—‹è½¬æœ¨é©¬*/
.sec5_carr {
  padding: 50px 25px 40px;
  margin-top: 15px;
  background: url(lun_bg.jpg) no-repeat center center;
  background-size: cover;
}

/*è½®æ’­æ ·å¼Ê½*/

.index_demo {
  height: 350px;
  position: relative;
}

.index_demo .picul li {
  position: absolute;
  left: 50%;
  width: 442px;
  height: 300px;
}

.index_demo .picul li img {
  width: 100%;
  height: 100%;
  border: 2px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_demo .picul li .name {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  position: absolute;
  left: 0;
  bottom: -35px;
  display: none;
}

.index_demo .picul li[n='2'] .name {
  display: block;
}

/*åº•éƒ¨*/
footer {
  background: #1590e7;
  color: #fff;
  padding: 80px 0;
}

.foot_wrap {
  width: 1020px;
  margin: 0 auto;
}

.foot_left {}

.foot_left p {
  line-height: 35px;
}

.foot_left p span {
  padding: 0 5px;
}

.gongbei_icon {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.foot_right_img a {
  margin-left: 15px;
}

.foot_right_img a img {
  height: 60px;
}

.foot_right_img .a1_img img {
  height: 70px;
}

/*é¢åŒ…å±‘*/
.crumbs {
  height: 25px;
  line-height: 25px;
  margin-bottom: 25px;
}

.crumbs img {
  margin-right: 3px;

}

.crumbs .current_span {
  color: #1590e7;
  font-weight: 700;
}

.crumbs a {
  display: inline;
}

/*æ”¿æ°‘äº’åŠ¨é¡µ--------------------------------------------------------*/
.zheng_left_ul {
  width: 57.25%;
}

.zheng_left_ul li {
  float: left;
  width: 49.19%;
  margin-right: 1.62%;
  margin-bottom: 10px;
  font-size: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.zheng_left_ul li.li2 {
  margin-right: 0\0;
}

.zheng_left_ul li:nth-of-type(2n) {
  margin-right: 0;
}

.zheng_left_ul li a {
  width: 100%;
  padding-top: 21.89%;
  background-size: cover !important;
}


.inter_top_item .right {
  width: 41.16%;
}

.news_list2 {}

.news_list22 {
  min-height: 288px;
}

.news_list2 li {
  font-size: 0;
  position: relative;
}

.news_list2 li a {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding-right: 120px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news_list2 li a:before {
  width: 6px;
  height: 9px;
  background: url(arrow_icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_list2 li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 14px;
  padding-right: 20px;
}

.news_list2 li:hover a,
.news_list2 li:hover .time {
  color: #1590e7;
}

.inter_bot_list {
  margin-top: 10px;
}

.inter_bot_list li {
  float: left;
  width: 16.91%;
  margin-right: 0.84%;
  background: #dbecff;
  color: #649ad9;
  overflow: hidden;
  border-radius: 5px;
  /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
}

.inter_bot_list li.li_current {
  width: 29%;
}

/*.inter_bot_list li:nth-of-type(3n){
    width: 29%;
}*/
.inter_bot_list li.li5 {
  margin-right: 0;
}

.inter_bot_list li:nth-of-type(5n) {
  margin-right: 0;
}

.inter_bot_list .li_con {
  width: 100%;
  padding: 25px 10px;
  height: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(zheng_bg1.jpg) no-repeat bottom right;
}

.inter_bot_list li .p1 {
  font-size: 20px;
  margin-bottom: 15px;
}

.inter_bot_list li .p2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.inter_bot_list li .p3 {
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  display: none;
}

.inter_bot_list li.li_current .p3 {
  display: block;
}


.inter_bot_list li:nth-of-type(2n) {
  background: #ffe9c8;
  color: #ce9735;
}

.inter_bot_list li:nth-of-type(2n) .li_con {
  background: url(zheng_bg2.jpg) no-repeat bottom right;
}

.inter_bot_list li:nth-of-type(3n) {
  background: #d3d6f4;
  color: #6f77d7;
}

.inter_bot_list li:nth-of-type(3n) .li_con {
  background: url(zheng_bg3.jpg) no-repeat bottom right;
}

.inter_bot_list li:nth-of-type(4n) {
  background: #c9f7f9;
  color: #59a9ab;
}

.inter_bot_list li:nth-of-type(4n) .li_con {
  background: url(zheng_bg4.jpg) no-repeat bottom right;
}

.inter_bot_list li:nth-of-type(5n) {
  background: #d3f4eb;
  color: #48a88b;
}

.inter_bot_list li:nth-of-type(5n) .li_con {
  background: url(zheng_bg5.jpg) no-repeat bottom right;
}

.inter_bot_list li.li2 {
  background: #ffe9c8;
  color: #ce9735;
}

.inter_bot_list li.li2 .li_con {
  background: url(zheng_bg2.jpg) no-repeat bottom right;
}

.inter_bot_list li.li3 {
  background: #d3d6f4;
  color: #6f77d7;
}

.inter_bot_list li.li3 .li_con {
  background: url(zheng_bg3.jpg) no-repeat bottom right;
}

.inter_bot_list li.li4 {
  background: #c9f7f9;
  color: #59a9ab;
}

.inter_bot_list li.li4 .li_con {
  background: url(zheng_bg4.jpg) no-repeat bottom right;
}

.inter_bot_list li.li5 {
  background: #d3f4eb;
  color: #48a88b;
}

.inter_bot_list li.li5 .li_con {
  background: url(zheng_bg5.jpg) no-repeat bottom right;
}

/*æ”¿åŠ¡æœåŠ¡-------------------------------*/
.serve_item .left {
  width: 70%;
}

.serve_left_ul {
  position: relative;
}

.serve_left_ul li {
  width: 17.18%;
  padding-top: 14.92%;
  margin-right: 10.42%;
  background: url(rhombus_bg.png) no-repeat center center;
  background-size: 100% 100% !important;
  position: relative;
  float: left;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 5px;
}

.serve_left_ul li.li4 {
  margin-right: 0;
}

.serve_left_ul li:nth-of-type(4n) {
  margin-right: 0;
}

.serve_left_ul li .li_con {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: -26px \0;
  line-height: 26px;
}

:root .serve_left_ul li .li_con {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.serve_left_ul li.li1,
.serve_left_ul li.li2,
.serve_left_ul li.li3 {
  position: absolute;
  top: 49%;
  margin-top: -62px \0;
  margin-right: 0;
}

:root .serve_left_ul li.li1,
:root .serve_left_ul li.li2,
:root .serve_left_ul li.li3 {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.serve_left_ul li.li1 {
  left: 13.8%;
}

.serve_left_ul li.li2 {
  left: 41.3%;

}

.serve_left_ul li.li3 {
  right: 13.9%;
}

.serve_left_ul li:hover {
  background: url(rhombus_bg1.png) no-repeat center center;
  color: #fff;
}

.serve_item .right {
  width: 28.3%;
}

.serve_right_ul li {
  text-align: center;
  width: 33.33%;
  float: left;
  margin-bottom: 15px;
}

.serve_right_ul li .name {
  padding: 0 10px;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 7px;
}

.serve_right_ul li:nth-of-type(7),
.serve_right_ul li:nth-of-type(8) {
  /* width: 50%; */
}

.down_con {
  margin-bottom: 20px;
}

/*æ”¿åŠ¡å…¬å¼€------------------------------------*/
.gover_item .left {
  width: 54.3%;
}

.gover_item .right {
  width: 43%;
}

.gover_left_ul {}

.gover_left_ul li {
  float: left;
  width: 20%;
  height: 110px;
  margin-right: 6.66%;
  background: #fef7f8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.gover_left_ul li:nth-of-type(4n) {
  margin-right: 0;
}

.gover_left_ul li.li4 {
  margin-right: 0;
}

.gover_left_ul li.li2 {
  background: #eff8fb;
}

.gover_left_ul li.li3 {
  background: #f9f7fd;
}

.gover_left_ul li.li4 {
  background: #fdfaf6;
}

.gover_left_ul li a {
  width: 100%;
}

.gover_left_ul li .name {
  line-height: 34px;
  font-size: 18px;
  margin-top: 5px;
}

.gover_item .right .title_box {
  text-align: center;
}

.gover_right_ul1 {}

.gover_right_ul1 li {
  width: 49%;
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gover_right_ul1 li.li4,
.gover_right_ul1 li.li2 {
  margin-right: 0 \0;
}

.gover_right_ul1 li:nth-of-type(2n) {
  margin-right: 0;
}

.gover_right_ul1 li a {
  width: 100%;
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  background: #eef8ff;
  padding: 8px 0;
}

.gover_right_ul1 li a img {
  height: 37px;
  margin-right: 10px;
}

.gover_right_ul1 li.li5 {
  width: 100%;
  margin-right: 0;
}

.gover_right_ul2 {
  margin-top: 25px;
}

.gover_right_ul2 li {
  float: left;
  width: 25%;
  text-align: center;
}

.gover_right_ul2 li a {
  width: 100%;
}

.gover_right_ul2 li .name {
  line-height: 34px;
  font-size: 20px;
  margin-top: 10px;
}

/*æ”¿åŠ¡ä¿¡æ¯--------------------------------------------------------------------------*/
.news_item {}

.news_item .right,
.news_item .left {
  width: 47.5%;
}

.news_item .part_top {
  padding-bottom: 20px;
}

.news_top {
  padding: 0px 0 50px;
}

.new_demo {
  height: 270px;
  position: relative;
}

.new_demo .picul li {
  position: absolute;
  left: 50%;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  width: 360px;
  height: 270px;
}

.new_demo .picul li img {
  width: 100%;
  height: 100%;
}

.new_demo .picul li .name {
  text-align: center;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  position: absolute;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 96.5% \0;
  bottom: 10px;
  left: 11px;
  background: #000\0;
  color: #fff;
  display: none;
}

:root .new_demo .picul li .name {
  background: rgba(0, 0, 0, .75);
  width: calc(100% - 22px);
}

.new_demo .picul li[n='2'] .name {
  display: block;
}

.new_caroursel .poster-btn {
  width: 37px !important;
  height: 54px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100% !important;
}

.new_caroursel .poster-prev-btn {
  left: 204px;
  background: url(poster-prev-btn.png) no-repeat center center;
}

.new_caroursel .poster-next-btn {
  right: 204px;
  background: url(poster-next-btn.png) no-repeat center center;
}

/*ä¸“é¢˜ä¸“æ ---------------------------------------------------------------------------------*/
.title_nav.title_box>a {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.title_nav.title_box img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.news_img_list {
  padding: 0 45px;
}

.news_img_list li {
  margin-bottom: 20px;
  float: left;
  width: 20.7%;
  margin-right: 5.7%;
  width: 20%\0;
  margin-right: 5%\0;
}

.news_img_list li.li4 {
  margin-right: 0;
}

.news_img_list li:nth-of-type(4n) {
  margin-right: 0;
}

.news_img_list li a {
  width: 100%;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_img_list li .img_con {
  padding: 4px;
}

.news_img_list li .img {
  width: 100%;
  padding-top: 44.49%;
  background-size: cover !important;
}

.news_img_list li .name {
  background: #fbfbfb;
  border-top: 1px solid #f2f2f2;
  color: #666666;
  line-height: 20px;
  height: 20px;
  text-align: center;

}

/*ç½‘ç«™åœ°å›¾------------------------------------------------------*/
.sitemap_con {}

.site_item {}

.site_item .site_item_list {
  padding: 0 0 20px;
}

.site_item_list .list_item {
  position: relative;
  width: 18.8%;
  margin-right: 1.5%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site_item_list .list_item:nth-of-type(5n) {
  margin-right: 0;
}

.site_item_list .list_item>a {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  color: #1590e7;
  background: #f8f8f8;
  text-align: center;
}

.site_item_list .list_item:hover>a {
  background: #1590e7;
  color: #fff;
}

.site_item_list .list_item .toggle_i {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 45px;
  color: #1590e7;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.site_item_list .list_item:hover .toggle_i {
  color: #fff;
}

.list_item_hide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  border: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zhuan_item .list_item_hide {
  top: auto;
  bottom: 100%;
}

.list_item_hide dd>a {
  width: 100%;
  line-height: 22px;
  padding: 10px;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_hide dd>a:hover {
  background: #d7e4ee;
}

.site_item_list .list_item.selected:hover .list_item_hide {
  display: block;
  /*  position: inherit;*/
}

/*é€šç”¨åˆ—è¡¨é¡µ----------------------------------------------*/
.containner {
  min-height: 520px;
}

/*å·¦ä¾§æ ç›®å¯¼èˆª*/
.left_menu {
  width: 16%;
}

.channel_title {
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background: url(channel_bg.jpg) no-repeat center center;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}


.left_menu li.list_item {
  font-size: 0;
  margin-bottom: 2px;
  position: relative;
}

.left_menu ul li.list_item .toggle_i {
  width: 45px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: -11px;
  background: url(down_icon.png) no-repeat center center;
  background-size: 12% !important;
}

.left_menu ul li.list_item>a {
  background: #1590e7;
  color: #fff;
  font-size: 16px;
  /* height: 45px; */
  line-height: 25px;
  padding: 10px 12%;
  width: 76%;
  text-align: left;
}

.left_menu ul li.list_item>a img {
  position: relative;
  top: -1px;
  margin-right: 10px;
  display: none;
}

.left_menu ul li.list_item.selected>a img {
  display: inline-block;
}

.list_item_dl {
  display: none;
  border: 1px solid #1590e7;
}

.list_item_dl dd {
  font-size: 0;
  padding-bottom: 1px;
  background: url(a_bg.png) repeat-x bottom left;
}

.list_item_dl dd:last-of-type {
  background: none;
  padding-bottom: 0;
}

.list_item_dl dd a {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
}

.list_item_dl dd.active a {
  color: #1590e7;
}

.left_menu ul li.list_item.selected .toggle_i.on {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.left_menu ul li.list_item.selected .list_item_dl {
  display: block;
}


.containner .right_content {
  width: 80%;
}

.news_list3.news_list2 li a {
  font-size: 16px;
}

.news_list3.news_list2 li a:before {
  width: 8px;
  height: 8px;
  background: #a5a5a5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.news_list3.news_list2 li:hover a:before {
  background: #1590e7;
}

.pageing {
  padding: 30px 0;
}

/*é€šç”¨åˆ—è¡¨0-----------------------------------*/
.content_page {}

.news_header {}

.news_header .news_title {
  font-size: 36px;
  line-height: 50px;
  color: #1590e7;
  padding-bottom: 30px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.news_header .news_info {
  line-height: 24px;
  text-align: center;
  background: #f3f3f3;
  padding: 10px 0;
  position: relative;
}

.news_header .news_info>span {
  margin: 0 20px;
}

.news_header .news_info .sm_big {
  position: absolute;
  top: 10px;
  right: 25px;
}

.news_header .news_info .sm_big span {
  margin: 0 2px;
}

.news_header .news_info .sm_big span a {
  width: 24px;
  height: 24px;
  background-size: 100% 100% !important;
}

.news_header .news_info .sm_big span .smaller {
  background: url(sm.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .bigger {
  background: url(big.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .puter {
  background: url(dy.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .smaller.disable {
  background: url(sm_dis.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .bigger.disable {
  /* background: url(big.jpg) no-repeat center center;*/
}

.news_header .news_info .sm_big span .puter.disable {
  /* background: url(dy.jpg) no-repeat center center;*/
}



.page_info {
  padding: 30px 0px 50px;
}

.page_info video {
  width: 100%;
}

.page_info span {
  display: inline;
}

/*åˆ†äº«å’Œå…³é—­é¡µé¢*/
.comment_header_content {
  margin: 20px 0 40px;
  position: relative;
  background: #f3f3f3;
  padding: 0 20px 8px 0;
}

.close_page {
  padding-top: 12px;
}


/*é¢†å¯¼åˆ—è¡¨é¡µ-------------------------------------------*/
.people_list li {
  padding: 20px 0;
  border-top: 1px dashed #1590e8;
}

.people_list li.li1 {
  padding-top: 0;
  border-top: 0;
}

.people_list li a {
  width: 100%;
}

.people_list li .img_con {
  width: 174px;
  height: 218px;
  border: 1px solid #f2f2f2;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.people_list li img {
  width: 100%;
  height: 100%;
}

.people_list li .info_con {
  width: 770px \0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root .people_list li .info_con {
  width: calc(100% - 174px);
}

.people_list li .info_con .name {
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 15px;
}

.people_list li .info_con .name i {
  margin-right: 20px;
}

.people_list li .info_con .info {
  line-height: 35px;
  font-size: 16px;
  height: 140px;
}

.look_more_con {
  text-align: right;
}

.look_more {
  color: #1590e7;
  font-weight: 700;
}

/*é¢†å¯¼ä¿¡æ¯é¡µ-----------------------------------------------------*/
.content_page .part_left {
  width: 50.8%;
}

.part_left .part1_con {
  padding-bottom: 25px;
}

.part_left .part1_con img {
  width: 164px;
  height: 207px;
}

.part_left .part1_con .people_ul {
  width: 440px\0;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root .part_left .part1_con .people_ul {
  width: calc(100% - 164px);
}

.part_left .part1_con .people_ul li {
  margin-bottom: 5px;
}

.part_left .part1_con .people_ul li p {
  line-height: 30px;
  font-size: 16px;
}

.part_left .part1_con .people_ul li span {
  color: #1590e7;
}

.content_page .part_right {
  width: 44.16%;
}

.lead_page {
  padding-top: 15px;
}

.lead_page .lead_title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #1590e7;
  font-weight: 700;
}

.lead_page .page_info {
  font-size: 16px;
}

.lead_page .page_info p {
  margin-bottom: 20px;
  line-height: 27px;
}

/*2020-7-27-guxiaowei*/
/*ä¸“é¢˜é¡µé¢---------------------------------------------------------------------*/
.zhuan_list {
  margin-bottom: 10px;
}

.zhuan_list li {}


.zhuan_list li a {
  width: 100%;
}

.zhuan_list li .img_con {
  width: 40%;
  height: 128px;
}

.zhuan_list li img {
  width: 100%;
  height: 100%;
}

.zhuan_list li .info_con {
  width: 57%;
}

.zhuan_list li .info_con .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  margin: 5px 0 10px;
}

.zhuan_list li .info_con .info {
  line-height: 24px;
  font-size: 14px;
  height: 72px;
}

.news_list.news_list3 li a:before {
  background: #DFDFDF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.zhuan_top_img {
  margin-bottom: 20px;
}

.zhuan_top_img a {
  width: 100%;
}

.zhuan_top_img a img {
  width: 100%;
  max-height: 200px;
}




@media screen and (max-width: 1680px) {
  .top_logo .header_top {
    padding: 100px 0;
  }

  .news_header .news_title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1366px) {
  .wrap {
    width: 1040px;
  }

  .top_logo .header_top {
    padding: 80px 0;
  }

  .top_logo .logo .logo_name .i1 {
    letter-spacing: 3px;
    font-size: 34px;
  }

  .top_logo .logo .logo_name .i2 {
    font-size: 12px;
    letter-spacing: 0.1px;
  }

  .top_logo .header_top .logo img {
    width: 60px;
    height: 55px;
    margin-right: 15px;
  }

  .top_logo .search_box {
    width: 240px;
    right: 20px;
  }

  .top_logo .search_box .search {
    width: calc(100% - 80px);
  }

  .top_logo .search_box .search_btn {
    width: 80px;
    padding-left: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    background: url(search_icon.png) no-repeat 15px 7px;
  }

  .top_nav .nav_list li>a {
    font-size: 18px;
    line-height: 48px;
    width: 100%;
  }

  .top_nav .nav_list li:hover a,
  .top_nav .nav_list li.on>a {
    font-weight: 700;
    font-size: 20px;
  }

  .top_nav .nav_list li>a:after {
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }

  .top_nav .nav_list li ul {
    top: 49px;
  }

  .top_nav .nav_list .sec-box1 {
    width: 1040px;
    left: -173px;
  }

  .top_nav .nav_list .sec-box2 {
    left: -347px;
    width: 790px;
    padding-left: 250px
  }

  .top_nav .nav_list .sec-box3 {
    width: 660px;
    left: -520px;
    padding-left: 280px
  }

  .top_nav .nav_list .sec-box4 {
    width: 1040px;
    left: -693px;
    text-align: right;
  }

  .top_nav .nav_list .sec-box5 {
    width: 1040px;
    left: -866px;
    text-align: right;
  }

  .news_menu {
    border-bottom: 1px solid #dadada;
  }

  .news_menu a {
    font-size: 16px;
    padding: 0 5px 6px;
    margin: 0 10px;
  }

  .news_menu a:before {
    bottom: -2px;
    height: 3px;
  }

  .sec1_news .news_left_img {
    height: 425px;
  }

  .advert_ul li {
    height: 84px;
  }

  .title_box {
    margin-bottom: 20px;
  }

  .sec3_zheng .title_box {
    width: 600px;
  }

  .title_box>a {
    font-size: 20px;
    padding: 0 15px 8px;
  }

  .zheng_right_ul {
    margin-top: -40px
  }

  .zheng_left_list {
    background-position-y: 105px;
  }

  .zheng_left_list li {
    height: 90px;
  }

  .zheng_left_list li a {
    padding-top: 10px;
  }

  .zheng_left_list li .img_con {
    height: 44px;
  }

  .zheng_left_list li .name {
    font-size: 12px;
  }

  .zhuan_con {
    padding: 10px 50px;
  }

  .sec5_carr {
    padding: 40px 20px 30px;
  }


  .inter_top_item .right .title_box {
    margin-bottom: 10px;
  }

  .news_list2 li a {
    line-height: 34px;
    height: 34px;
  }

  .inter_bot_list li .p1 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .inter_bot_list li .p2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .inter_bot_list li .p3 {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
  }

  .inter_bot_list .li_con {
    height: 250px;
    background-size: 80% auto !important;
  }

  .top_logo .curr_time {
    font-size: 16px;
  }

  .news_list li .time {
    padding-right: 10px;
  }

  .zhuan_con .swiper-button-next,
  .zhuan_con .swiper-button-prev {
    top: 53px;
  }

  .gover_left_ul li {
    height: 90px;
    padding-top: 15px;
  }

  .gover_left_ul li .name {
    font-size: 16px;
    margin-top: 5px;
  }

  .gover_left_ul li img {
    height: 45px;
  }

  .gover_right_ul1 li a {
    font-size: 16px;
    padding: 15px 0;
  }

  .gover_right_ul2 {
    margin-top: 10px;
  }

  .gover_right_ul2 li .name {
    font-size: 16px;
    margin-top: 7px;
  }

  .news_list3.news_list2 li a {
    font-size: 14px;
  }

  .news_header .news_title {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 20px;
  }

  .people_list li .info_con .info {
    line-height: 30px;
    font-size: 14px;
    height: 120px;
  }

  .part_left .part1_con .people_ul li p {
    line-height: 26px;
    font-size: 14px;
  }

  .lead_page .page_info {
    font-size: 14px;
  }

  .lead_page .page_info p {
    line-height: 25px;
  }

  .new_caroursel .poster-prev-btn {
    left: 161px;
  }

  .new_caroursel .poster-next-btn {
    right: 161px;
  }

  .new_demo .picul li {
    width: 500px;
    height: 370px;
  }

  .new_demo {
    height: 370px;
  }

  .news_list22 {
    min-height: 271px;
  }

  .slideBox_img li a,
  .slideBox_img li img {
    width: 283px;
    height: 95px;
  }
}



/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 900px) {
  .top_nav .nav_list li ul {
    opacity: 0;
  }

  .foot_wrap,
  .wrap {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hide-x,
  .hide-i,
  .hide-l,
  .hide-o {
    display: none
  }

  .ishow-x,
  .ishow-i,
  .ishow-l,
  .ishow-o {
    display: inherit;
  }

  .top_logo .tips .tips_icon {
    width: 35px;
    height: 30px;
    background-size: 40% !important;
  }

  .top_logo .tips i,
  .top_logo .tips a {
    height: 30px;
    line-height: 30px;
    float: left;
  }

  .top_logo .tips a.yy1 {
    padding-left: 10px;
  }

  .top_logo .tips a.yy2 {
    padding-right: 10px;
  }

  .top_logo .header_top .logo img {
    width: 48px;
    height: 42px;
    margin-right: 7px;
    margin-top: 7px;
  }

  .top_logo .logo .logo_name {
    padding-top: 6px;
  }

  .top_logo .logo .logo_name .i1 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  .top_logo .logo .logo_name .i2 {
    font-size: 10px;
    letter-spacing: 0;
    /*-webkit-transform: scale(0.75);
    margin-left: -37px;*/
  }

  :root .top_logo .search_box,
  .top_logo .search_box {
    top: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 20px;
  }

  .top_logo .header_top {
    padding: 25px 0 70px;
  }

  .top_nav .nav_list li {
    width: 33.33%;
  }

  .top_nav .nav_list li>a {
    font-size: 16px;
    line-height: 42px;
  }

  .top_nav .nav_list li:hover a,
  .top_nav .nav_list li.on>a {
    font-weight: 700;
    font-size: 17px;
  }

  .top_nav .nav_list li:before {
    display: none;
  }

  .top_nav .nav_list li:hover a:after,
  .top_nav .nav_list li.on>a:after {
    opacity: 0;
  }

  .white_bg {
    padding: 15px 0;
  }

  .sec1_news .news_left_img {
    height: 293px;
    width: 100%;
  }

  .sec1_news .news_right_item {
    width: 100%;
  }

  .sec1_news .news_right_con {
    margin-top: 15px;
  }

  .advert_ul li:nth-of-type(2n),
  .advert_ul li:first-of-type {
    width: 100%;
  }

  .advert_ul li:first-of-type {
    margin-bottom: 10px;
  }

  .advert_ul li {
    height: 54px;
  }

  .zheng_left_list {
    width: 100%;
    background-position-y: 205px;
  }

  .zheng_left_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 10px;
  }

  .zheng_left_list li:nth-of-type(5n) {
    margin-right: 3.5%;
  }

  .zheng_left_list li:nth-of-type(5) {
    margin-right: 30%;
    margin-bottom: 30px;
  }

  .zheng_left_list li:nth-of-type(3) {
    margin-right: 0;
  }

  .zheng_left_list li:nth-of-type(8) {
    margin-right: 0;
  }

  .zheng_right_ul {
    width: 100%;
    margin-top: 0
  }

  .title_box {
    margin-bottom: 15px;
  }

  .sec3_zheng .title_box {
    width: 100%;
  }

  .title_box>a {
    font-size: 18px;
    padding: 0 10px 7px;
  }

  .zhuan_con {
    padding: 5px 25px;
  }

  .zhuan_con .swiper-button-next:after,
  .zhuan_con .swiper-button-prev:after {
    font-size: 22px;
  }

  .zhuan_con .swiper-button-next,
  .zhuan_con .swiper-button-prev {
    top: 36px;
  }

  .zhuan_con .swiper-button-prev {
    left: 0px;
  }

  .zhuan_con .swiper-button-next {
    right: 0;
  }

  .sec5_carr {
    padding: 15px 5px 15px;
  }

  .index_demo {
    height: 170px;
  }

  .index_demo .picul li {
    width: 200px;
    height: 135px;
  }

  .index_demo .picul li img {
    border: 1px solid #cbcbcb;
  }

  .index_demo .picul li .name {
    line-height: 30px;
    font-size: 14px;
    bottom: -30px;
  }

  footer {
    padding: 15px 0;
    font-size: 13px
  }

  .foot_left {
    width: 100%;
  }

  .foot_left p {
    line-height: 30px;
  }

  .foot_right_img {
    width: 100%;
    text-align: center;
  }

  .foot_right_img a img {
    height: 40px;
  }

  .foot_right_img .a1_img img {
    height: 50px;
  }

  .crumbs {
    margin-bottom: 25px;
  }

  .zheng_left_ul {
    width: 100%;
  }

  .inter_top_item .right {
    width: 100%;
    margin-top: 15px;
  }

  .inter_bot_list li.li_current,
  .inter_bot_list li,
  .inter_bot_list li:nth-of-type(3n) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .inter_bot_list .li_con {
    height: auto;
    padding: 15px 10px;
    background-size: 22% auto !important;
  }

  .inter_bot_list li .p1 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .inter_bot_list li .p2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .inter_bot_list li:nth-of-type(3n) .li_con {
    background-size: 32% auto !important;
  }

  .serve_item .left {
    width: 100%;
  }

  .serve_item .right {
    width: 100%;
    margin-top: 15px;
  }

  .serve_left_ul li {
    width: 33.33%;
    padding-top: 27.92%;
    margin-right: 0;
  }

  :root .serve_left_ul li.li1,
  :root .serve_left_ul li.li2,
  :root .serve_left_ul li.li3,
  .serve_left_ul li.li1,
  .serve_left_ul li.li2,
  .serve_left_ul li.li3 {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .serve_left_ul li .li_con {
    font-size: 12px;
    padding: 0 14px;
    line-height: 20px;
  }

  .gover_item .left {
    width: 100%;
  }

  .gover_left_ul li img {
    height: 30px;
  }

  .gover_left_ul li .name {
    font-size: 14px;
    margin-top: 0px;
  }

  .gover_left_ul li {
    height: 68px;
    width: 22%;
    margin-right: 4%;
  }

  .gover_item .right {
    width: 100%;
    padding-top: 15px;
  }

  .gover_right_ul1 li a img {
    height: 24px;
    margin-right: 5px;
  }

  .gover_right_ul1 li a {
    font-size: 14px;
    padding: 10px 0;
  }

  .gover_right_ul2 li img {
    height: 60px;
  }

  .gover_right_ul2 li .name {
    font-size: 12px;
    margin-top: 0px;
    line-height: 25px;
  }

  .news_item .right,
  .news_item .left {
    width: 100%;
  }

  .news_item .right {
    padding-top: 15px;
  }

  .news_item .part_top {
    padding-bottom: 15px;
  }

  .news_img_list {
    padding: 0 10px;
  }

  .news_img_list li {
    margin-bottom: 15px;
    width: 48%;
    margin-right: 4%;
  }

  .news_img_list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .site_item_list {
    padding: 0 0 15px;
  }

  .site_item_list .list_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .site_item_list .list_item:nth-of-type(5n) {
    margin-right: 2%;
  }

  .site_item_list .list_item:nth-of-type(2n) {
    margin-right: 0;
  }

  .site_item_list .list_item .toggle_i {
    right: 0;
  }

  .title_nav.title_box>a {
    padding-left: 10px;
    padding-right: 10px;
    color: #1590e7;
  }

  /* .left_menu {
         width: 100%;
     }
     .left_menu li.list_item {
         width: 49.5%;
         float: left;
         margin-right: 1%;
     }
     .left_menu li.list_item:nth-of-type(2n){
         margin-right: 0;
     }
     .list_item_dl {
         position: absolute;
         top: 100%;
         width: 100%;
         z-index: 10;
         background: #fff;
     }*/
  .viewport {
    background: #fff;
  }

  .more_nav_ul {
    position: absolute;
    top: 0;
    right: 0;

  }

  .more_nav_ul li {
    position: relative;
  }

  .more_nav_btn {
    line-height: 24px;
    color: #1590e7;
  }

  .more_nav_ul li dl {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    z-index: 10;
  }

  .more_nav_ul li dl dd a {
    width: 135px;
    line-height: 36px;
    height: 36px;
    text-align: left;
    padding-left: 8px;
    background: #edeff2;
    border-bottom: 1px solid #e1e3e6;
  }

  .more_nav_ul li dl dd:last-of-type a {
    border-bottom: 0;
  }

  .containner .right_content {
    width: 100%;
    padding-top: 15px;
  }

  .news_header .news_title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 13px;
  }

  .news_header .news_info>span {
    margin: 0 10px;
    font-size: 10px;
  }

  .page_info {
    padding: 15px 0px 20px;
    overflow-x: scroll;
  }

  .comment_header_content {
    margin: 15px 0 10px;
    padding: 0 10px 0 0;
  }

  .people_list li {
    padding: 15px 0;
  }

  .people_list li .img_con {
    width: 100px;
    height: 120px;
    padding: 2px;
  }

  :root .people_list li .info_con,
  .people_list li .info_con {
    width: calc(100% - 100px);
    padding-left: 10px;
  }

  .people_list li .info_con .name {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 5px;
  }

  .people_list li .info_con .info {
    line-height: 22px;
    font-size: 14px;
    height: 66px;
  }

  .look_more {
    font-size: 12px;
  }

  .content_page .part_left {
    width: 100%;
  }

  .part_left .part1_con img {
    width: 120px;
    height: 150px;
  }

  :root .part_left .part1_con .people_ul,
  .part_left .part1_con .people_ul {
    width: calc(100% - 120px);
    padding-left: 10px;
  }

  .part_left .part1_con .people_ul li p {
    line-height: 22px;
  }

  .content_page .part_right {
    width: 100%;
    padding-top: 15px;
  }

  .part_left .part1_con {
    padding-bottom: 15px;
  }

  .pageing {
    padding: 15px 0;
  }

  .lead_page {
    padding-top: 10px;
  }

  .lead_page .lead_title {
    font-size: 16px;
    line-height: 20px;
  }

  .lead_page .page_info p {
    margin-bottom: 15px;
  }

  .index_caroursel .poster-item .name {
    line-height: 24px;
    font-size: 14px;
  }

  .slideBox .prev,
  .slideBox .next {
    width: 15px;
    height: 25px;
  }

  .slideBox_img .bd {
    width: 270px;
    margin: 0 auto;
  }

  .news_top {
    padding: 0px 0 20px;
  }


  .news_list2 li a {
    padding-left: 12px;
  }

  .new_demo .picul li {
    width: 180px;
    height: 140px;
    padding: 2px;
  }

  .new_demo .picul li .name {
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    width: calc(100% - 6px);
    bottom: 1px;
    left: 3px;
  }

  .new_demo {
    height: 140px;
  }

  .zhuan_list {
    margin-bottom: 5px;
  }

  .zhuan_list li .img_con {
    height: 100px;
  }

  .zhuan_list li .info_con .name {
    margin: 0px 0 3px;
  }

  .zhuan_list li .info_con .info {
    line-height: 22px;
    height: 66px;
  }

  .zhuan_top_img {
    margin-bottom: 15px;
  }

  .list_item_hide {
    /*height: 210px;ç½‘ç«™åœ°å›¾ä¸‹æ‹‰ç©ºç™½BUG*/
    overflow-y: auto;
  }

  .slideBox_img li a,
  .slideBox_img li img {
    width: 258px;
    height: 90px;
  }
}



@media screen and (max-width: 320px) {
  .w {
    margin: 0;
    width: auto;
    padding: 0 10px;
  }

}